'Declaration Public Overloads Function ApplyTransform( _
ByVal figuresThe figure group to transforms.As System.Collections.Generic.IEnumerable(Of ContentStreamGraphicsFigure) _
) As Boolean
public bool ApplyTransform(
System.Collections.Generic.IEnumerable<ContentStreamGraphicsFigure> figures
)
public: bool ApplyTransform(
System.Collections.Generic.IEnumerable<ContentStreamGraphicsFigure*>* figures
)
public:
bool ApplyTransform(
System.Collections.Generic.IEnumerable<ContentStreamGraphicsFigure^>^ figures
)
Parameters
- figures
- The figure group to transforms.
Return Value
True if transform is applied at least to one figure; false if transform is not applied to any figure.